home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Labatt Ice Clubber's Guide Tour
/
Labatt Ice Clubber's Guide Tour.iso
/
mos
/
demo.exe
/
scripts
/
DefineButton2_346
/
BUTTONCONDACTION on(press, release).as
Wrap
Text File
|
1999-02-11
|
193b
|
12 lines
on(press, release){
tellTarget("../../../indicator")
{
gotoAndStop("1ai");
play();
tellTarget("../../menu01")
{
gotoAndStop(1);
}
}
}